runtime.mspan.needzero (field)
9 uses
runtime (current package)
arena.go#L501: if s.needzero != 0 {
arena.go#L1103: s.needzero = 0
malloc.go#L1164: if needzero && span.needzero != 0 {
malloc.go#L1182: if needzero && span.needzero != 0 {
mgcsweep.go#L757: s.needzero = 1
mheap.go#L480: needzero uint8 // needs to be zeroed before allocation
mheap.go#L1387: s.needzero = 1
mheap.go#L1605: s.needzero = 1
mheap.go#L1709: span.needzero = 0
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |